home *** CD-ROM | disk | FTP | other *** search
/ Immoral Angel 1 / Immoral Angel 1.iso / pc / program / title.dxr / 00149.ls < prev    next >
Encoding:
Text File  |  1997-07-11  |  310 b   |  15 lines

  1. on exitFrame
  2.   if (status = "about") or (status = "exitAlart") or (status = "helpMenu") or (status = "bomb") then
  3.     if mouseDown() and not rollOver(19) then
  4.       beepsound()
  5.     end if
  6.     go(the frame)
  7.     exit
  8.   end if
  9.   if rollOver(20) then
  10.     checkpopmenu()
  11.   else
  12.     puppetSprite(21, 0)
  13.   end if
  14. end
  15.